Changes from 20060314 to 20060413

	* Changed version number to 2.0.15.
	* Fixed handling of LPFC_GET_DFC_REV ioctl after lpfc0 is removed.
	  (CR 19928)

Changes from 20060223 to 20060314

	* Changed version number to 2.0.14.
	* Fix race in lpfc_ioctl_loopback_mode (CR 19477)

Changes from 20060126 to 20060223

	* Changed version number to 2.0.13.
	* Wait for link down state before issuing INIT_LINK
	* Fix internal loopback command for pt-2-pt topology.(CR 19058)
	* Always allow the lpfcdfc driver to load, even if no HBAs are
	  present.(CR 18943 CR 19151)
	* Introduce lpfc_reset_barrier() function for resets on dual
	  Helios HBAs.(CR 18896)
	* Update copyright year to 2006
	* Derive supported speeds from LMT field in the READ_CONFIG.
	  (CR 18816)
	* Allow lpfcdfc to continue scanning the PCI bus to determine the
	  base driver.(CR 18907)

Changes from 20060111 to 20060126

	* Changed version number to 2.0.12.
	* Prevent lpfcdfc from loading on the top of the wrong lpfc 
	  module. (CR 18616, CR 18682)

Changes from 20051219 to 20060111

	* Changed version number to 2.0.11.
	* Minor lpfcdfc logging rework to be less verbose. (CR 15540)
	* Ported a fix for a panic found during 7.3.2 driver testing
	  to 8.x driver. (CR 18533)
	* Added RPS RPL and LIRR ELS support in driver and removed
	  RRQ ELS support in driver.

Changes from 20051209 to 20051219

	* Changed version number to 2.0.10_rc3.
	* Bump interface version number to 80.163 in preparation for next
	  kit.
	* Add support for new loopback mode interface.
	* Fix deadlock in link event processing.
	* Initialize unused structure members to 0.

Changes from 20050727 to 20051209

	* Changed version number to 2.0.10_rc2.
	* Add logic to wait for the board to be ready after a reset.
	* Issue selective reset if coordinated reset is requested rather
	  than fail.
	* FC_REG_DUMP_EVENT should not return any data.
	* Fix 64-bit compiler warning.
	* Allow RUN_BIU_DIAG64 mbox command while online.
	* Don't return success from lpfc_iocl_mbox if an error is
	  encountered.
	* Allow MBX_DEL_LD_ENTRY in online or offline mode. (CR17712)
	* Add support for the new DFC_ResetAdapter API.
	* Add support for MBX_KILL_BOARD and MBX_BEACON mailbox commands.
	* Remove obsolete code from the ioctl module. (CR15689)
	* Process LPFC_GET_DFC_REV ioctls with bogus board IDs. (CR15875)
	* Add support for the new DFC_InitDiagEnv API.
	* Add support for diagnostic dump feature.
	* Add support for DFC_RunLoopbackTest.
	* Add support for DFC_GetDriverDumpRegion.
	* Add support for DFC_GetDrvInfo.
	* Add support for DFC_SendElsCmd.
	* Implement GetFcpTargetMapping and DFC_GetFcpTargetMappingV2 via
	  sysfs.
	* Remove all but one lpfc_sli_next_iotag() calls. (CR17194)
	* Fix panic in mbox rdsparm64. (CR16901)
	* Enhance dependency between lpfc and lpfcdfc modules. (CR16740)

Changes from 20050614 to 20050727

	* Changed version number to 2.0.9.
	* Added code to release host_lock in error paths of the ioctl
	  driver. (CR17088)
	* Added code to hold lock before calling lpfc_sli_issue_iocb_wait
	  from ioctl driver. (CR17088)
	* Added code for delayed release of resources for timed out iocb 
	  issued from ioctl driver. (CR17088)
	* Removed code which re-issued the same iocb from the ioctl driver
	  after an IOCB_TIMEOUT. (CR17088)
	* Modify ulpTimeout to be always less than IOCB timeout. (CR17088)

Changes from 20050518 to 20050614

	* Changed version number to 2.0.8.
	* Updated copyright information.  (CR16290)

Changes from 20050511 to 20050518

	* Changed version number to 2.0.7.
	* Changed to return entire driver version string instead of just
	  the first eight bytes.

Changes from 20050506 to 20050511

	* Changed version number to 2.0.6.
	* Changed default number of discovery threads to 32.

Changes from 20050419 to 20050506

	* Changed version number to 2.0.5.
	* Updated copyright messages.
	* Added Makefile flag to indicate if lpfc driver sources are
	  located in the same directory as or one directory higher than
	  the lpfcdfc sources.
	* Added printk of copyright string at driver load.
	* Removed lpfc_scsi_req_tmo as a configuration parameter in
	  getcfg.
	* Removed ability to set value of lpfc_scsi_req_tmo per HBA.
	* Added log indicating lpfc_scsi_req_tmo has a value different
	  from the default.
	* Changed the include order of lpfc_compat.h so module will build
	  on SLES 9 SP2.
	* Removed distribution-specific driver version.

Changes from 20050321 to 20050419

	* Changed version number to 2.0.4.
	* Changed NLP list flags to be treated as integers as opposed to
	  bit maps.
	* Changed get port attribute ioctl to return host number in
	  osdn->bus.
	* Changed log messages to make numbers unique.

Changes from 20050304 to 20050321

	* Changed version number to 2.0.3.
	* Added full initialization of ndlp before adding it to the
	  discovery list.
	* Remove ndlp from the discovery list before freeing it.
	* Fix range returned by GETCFG ioctl to match the module parameter
	  range.

Changes from 20050223 to 20050304

	* Changed version number to 2.0.2.
	* Fixed "kernel tainted" message by using symbol_get and
	  symbol_put.
	* Changed max_luns, fcp_class, and scan_down attributes to
	  CFG_RESTART.
